html,
body {
  width: 100%;
  height: 100%;
  position: relative;
}
.ewm-fr {
  width: 60px;
  position: fixed;
  top: 30%;
  right: 10px;
  bottom: 70%;
  z-index: 999;
  transform: translateY(-50%);
}
.ewm-fr .ewm-box {
  position: relative;
  z-index: 99998;
  cursor: pointer;
  margin-bottom: 13px;
}
.ewm-fr .ewm-box span {
  width: 100%;
  height: 30px;
  padding: 15px 0;
  border-radius: 2px;
  background: rgba(17, 81, 153, 0.8);
  display: block;
}
.ewm-fr .ewm-box span img {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: block;
}
.ewm-fr .ewm-box .img {
  width: 106px;
  height: 106px;
  border: 3px solid #fff;
  border-radius: 3px;
  display: none;
  position: absolute;
  top: -26px;
  right: 65px;
  z-index: 99999;
}
.ewm-fr .ewm-box:hover .img {
  display: block;
}
.ewm-fr .ewm-box:nth-last-of-type(1) {
  margin-bottom: 0;
}
.banner {
  width: 100%;
  height: calc(95% - 160px);
  position: relative;
}
.banner .banner-lb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .banner-lb .banner-lb-xywx {
  position: absolute;
  right: 80px;
  bottom: 50px;
  width: 35%;
  z-index: 99;
}

.banner .banner-lb .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .banner-lb .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.banner .banner-lb .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.banner .banner-lb .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  display: block;
}
.banner .banner-lb .swiper-container .swiper-button-next,
.banner .banner-lb .swiper-container .swiper-button-prev {
  display: none;
}
.banner .banner-lb .swiper-container .swiper-button-next::after,
.banner .banner-lb .swiper-container .swiper-button-prev::after {
  font-size: 28px;
}
.banner .index-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: url(../images/yjtc_bg_index_top.png) repeat center;
}
.banner .index-header .s-box {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  padding-right: 10px;
  float: left;
  display: inline-block;
  position: relative;
  background: url(../images/yjtc_bg_header_a.png) no-repeat right center;
}
.banner .index-header .s-box input[type="text"] {
  width: 0;
  height: 26px;
  font-size: 14px;
  line-height: 26px;
  border: 0;
  background: #FFFFFF;
  display: block;
  position: absolute;
  right: 0;
  z-index: 101;
}
.banner .index-header .s-box input[type="button"] {
  width: 26px;
  height: 26px;
  padding: 4px;
  background: url(../images/yjtc_bg_searchbtn.png) no-repeat center;
  box-sizing: border-box;
  border: 0;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  z-index: 102;
}
.banner .index-header .s-box input[type="text"],
.banner .index-header .s-box input[type="button"] {
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
}
.banner .index-header .s-box:hover input[type="text"] {
  width: 200px;
  padding: 0 35px 0 10px;
  right: 0px;
  border-radius: 3px;
}
.banner .index-header .s-box:hover input[type="button"] {
  background: url(../images/yjtc_bg_searchbtn_hover.png) no-repeat center;
  right: 5px;
}
.banner .logo-main {
  position: absolute;
  top: 118px;
  left: 0;
  right: 0;
  z-index: 99;
}
.banner .logo-main .logo {
  width: 418px;
  margin: 0 auto;
  display: block;
}
.banner .logo-main .search {
  width: 78%;
  margin: 0 auto;
  padding: 20px 0 0 0;
  display: none;
}
.banner .logo-main .search .box {
  height: 36px;
  padding: 0 36px 0 10px;
  border-radius: 2px;
  background: rgba(65, 118, 179, 0.8);
  position: relative;
  box-sizing: border-box;
}
.banner .logo-main .search .box input[type="text"] {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  border: 0;
  background: none;
  display: block;
}
.banner .logo-main .search .box input[type="image"] {
  width: 36px;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.index-main {
  overflow: hidden;
  /*首页公用样式*/
}
.index-main .head-first {
  margin: 30px 0 18px 0;
  padding: 20px 20px 20px 30px;
  background: #f8f8f8;
  overflow: hidden;
  position: relative;
}
.index-main .head-first #announcement {
  height: 66px;
}
.index-main .head-first #announcement h2 {
  max-height: 32px;
  margin-bottom: 10px;
  font-family: "SimSun", "NSimSun";
  font-size: 28px;
  color: #13559f;
  text-align: center;
  overflow: hidden;
}
.index-main .head-first #announcement h3 {
  max-height: 26px;
  font-weight: normal;
  font-size: 15px;
  color: #666666;
  line-height: 26px;
  text-align: justify;
  overflow: hidden;
}
.index-main .head-first #announcement h2,
.index-main .head-first #announcement h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index-main .head-first .head-first-img {
  width: 51px;
  height: 51px;
  position: absolute;
  top: 0;
  left: 0;
}
.index-main .jd-info {
  width: 47%;
  height: 370px;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.index-main .jd-info .flexslider {
  height: 100%;
}
.index-main .jd-info .flexslider .flex-viewport {
  height: 100%;
}
.index-main .jd-info .flexslider .slides {
  height: 100%;
}
.index-main .jd-info .flexslider .slides li {
  height: 100%;
  display: none;
  -webkit-backface-visibility: hidden;
}
.index-main .jd-info .flexslider .slides li .slide {
  height: 100%;
  position: relative;
}
.index-main .jd-info .flexslider .slides li .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  display: block;
}
.index-main .jd-info .flexslider .slides li .slide .fonts {
  height: 38px;
  line-height: 38px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.index-main .jd-info .flexslider .slides li .slide .fonts span {
  padding: 0 100px 0 10px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.index-main .jd-info .flexslider .flex-direction-nav {
  display: none;
}
.index-main .jd-info .flexslider .flex-control-paging {
  position: absolute;
  right: 5px;
  bottom: 15px;
  display: inline-block;
}
.index-main .jd-info .flexslider .flex-control-paging li {
  margin: 0px;
  padding: 0px;
  float: left;
  margin-right: 5px;
  display: block;
  overflow: hidden;
}
.index-main .jd-info .flexslider .flex-control-paging li a {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  display: block;
  text-indent: -9000px;
  background: #fff;
  cursor: pointer;
}
.index-main .jd-info .flexslider .flex-control-paging li a.flex-active {
  background: #F4C900;
}
.index-main .head-tabs {
  margin-bottom: 25px;
  text-align: center;
  overflow: hidden;
}
.index-main .head-tabs ul {
  width: 80%;
  margin: 0 auto;
}
.index-main .head-tabs ul li {
  width: 14%;
  height: 50px;
  float: left;
}
.index-main .head-tabs ul li a {
  font-size: 20px;
  color: #666;
  font-weight: bold;
  line-height: 50px;
  display: block;
  position: relative;
}
.index-main .head-tabs ul li a i {
  width: 2rem;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
.index-main .head-tabs ul li.active a {
  font-size: 22px;
  color: #13559f;
  font-weight: bold;
}
.index-main .head-tabs ul li.active a i {
  background: #13559f;
  display: block;
}
.index-main .head-info {
  width: calc(53% - 20px);
  overflow: hidden;
}
.index-main .head-info .infos {
  display: none;
}
.index-main .head-info .infos .infolist-new {
  margin-top: -13px;
}
.index-main .head-info .infos .infolist-new ul li {
  line-height: 44px;
  position: relative;
}
.index-main .head-info .infos .infolist-new ul li a {
  margin-right: 100px;
  padding-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.index-main .head-info .infos .infolist-new ul li img {
  width: 34px;
  margin: 5px 0 5px 5px;
  vertical-align: middle;
  display: none;
}
.index-main .head-info .infos .infolist-new ul li span {
  position: absolute;
  top: 0;
  right: 0;
  color: #666;
}
.index-main .head-info .infos .infolist-new ul li:nth-of-type(1) a {
  background: url(../images/yjtc_img_new.png) no-repeat right center;
  background-size: 35px;
}
.index-main .xc-pic {
  width: auto;
  height: 100px;
  margin-top: 20px;
}
.zwgk .zwgk-l {
  width: calc(71% - 25px);
  overflow: hidden;
}
.zwgk .zwgk-l .zcwj-tabs ul {
  margin-top: -10px;
}
.zwgk .zwgk-l .zcwj-tabs ul li {
  width: 16.66%;
  height: 39px;
  float: left;
}
.zwgk .zwgk-l .zcwj-tabs ul li a {
  padding-bottom: 8px;
  font-size: 18px;
  color: #454545;
  line-height: 39px;
  display: block;
  position: relative;
}
.zwgk .zwgk-l .zcwj-tabs ul li a i {
  width: 2rem;
  left: 0;
}
.zwgk .zwgk-l .zcwj-tabs ul li.active a {
  font-size: 20px;
  color: #13559f;
  font-weight: bold;
}
.zwgk .zwgk-l .zcwj-tabs ul li.active a i {
  background: #13559f;
  display: block;
}
.zwgk .zwgk-l .zcwj-info {
  margin-top: 8px;
}
.zwgk .zwgk-l .zcwj-info .infos {
  display: none;
}
.zwgk .zwgk-l .zcwj-info .infos .infolist {
  margin-top: 6px;
  overflow: hidden;
  max-height: calc(48px * 6);
}
.zwgk .zwgk-l .zcwj-info .infos .infolist ul li {
  line-height: 48px;
}
.zwgk .zwgk-l .gkml {
  margin-top: 8px;
  position: relative;
}
.zwgk .zwgk-l .gkml .lm span {
  padding-bottom: 13px;
}
.zwgk .zwgk-l .gkml .lm span i {
  width: 2rem;
  left: 0;
}
.zwgk .zwgk-l .gkml .lm span.active {
  font-size: 20px;
  font-weight: bold;
}
.zwgk .zwgk-l .gkml .gklm-list {
  margin-top: 15px;
  overflow: hidden;
}
.zwgk .zwgk-l .gkml .gklm-list ul {
  margin-right: -14px;
}
.zwgk .zwgk-l .gkml .gklm-list ul li {
  width: 20%;
  float: left;
}
.zwgk .zwgk-l .gkml .gklm-list ul li a {
  height: 54px;
  margin-right: 14px;
  font-size: 16px;
  text-align: center;
  line-height: 53px;
  border: solid 1px rgba(204, 204, 204, 0.67);
  display: block;
  background-color: #fafafa;
  color: #454545;
}
.zwgk .zwgk-l .gkml .gklm-list ul li:hover a{
  color: #13559f;
}
.zwgk .zwgk-r {
  width: 29%;
  overflow: hidden;
}
.zwgk .zwgk-r .ld-btn {
  padding: 19.5px 0;
  border: 1px solid #ccdcf0;
  background: #4380bf;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.zwgk .zwgk-r .ld-btn a {
  font-size: 16px;
  color: white;
}
.zwgk .zwgk-r .ld-btn a img {
  width: 27px;
  height: 26px;
  margin: 0 auto 16px auto;
  display: block;
}
.zwgk .zwgk-r .ld-btn.btn-fl {
  width: calc(50% - 7.5px);
}
.zwgk .zwgk-r .ld-btn.btn-fr {
  width: calc(50% - 7.5px);
}
.zwgk .zwgk-r .ld-btn:hover{
  background: #13559f;
}
.zwgk .zwgk-r .ld-btn:hover a img {
  animation: jumpimg 1.5s infinite;
}
.zwgk .zwgk-r .gkxx {
  margin-top: 15px;
  position: relative;
}
.zwgk .zwgk-r .gkxx .lm span {
  padding-bottom: 13px;
}
.zwgk .zwgk-r .gkxx .lm span i {
  width: 2rem;
  left: 0;
}
.zwgk .zwgk-r .gkxx .lm span.active {
  font-size: 20px;
  font-weight: bold;
}
.zwgk .zwgk-r .gkxx .gkxx-list li {
  margin-top: 14.5px;
  padding: 16px 0;
  border: 1px solid #ccdcf0;
  background: #f6f8fa;
  text-align: center;
}
.zwgk .zwgk-r .gkxx .gkxx-list li a {
  font-size: 17px;
  color: #13559f;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 1px;
  display: block;
}
.zwgk .zwgk-r .gkxx .gkxx-list li a img {
  width: 23px;
  height: 22px;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.zwgk .zwgk-r .gkxx .gkxx-list li:hover {
  background: #f5f8fb;
}
.zwgk .zwgk-r .gkxx .gkxx-list li:hover img {
  margin: 0 15px 0 0;
}

.hdjl .hdjl-l,
.hdjl .hdjl-r {
  width: calc(50% - 20px);
  overflow: hidden;
}
.hdjl .hdjl-l .lm a,
.hdjl .hdjl-r .lm a,
.hdjl .hdjl-l .lm span,
.hdjl .hdjl-r .lm span {
  padding-bottom: 13px;
}
.hdjl .hdjl-l .lm a i,
.hdjl .hdjl-r .lm a i,
.hdjl .hdjl-l .lm span i,
.hdjl .hdjl-r .lm span i {
  width: 50%;
  left: 0;
}
.hdjl .hdjl-l .lm a.active,
.hdjl .hdjl-r .lm a.active,
.hdjl .hdjl-l .lm span.active,
.hdjl .hdjl-r .lm span.active {
  font-size: 20px;
  font-weight: bold;
}
.hdjl .hdjl-l .gkmail-list .infolist ul,
.hdjl .hdjl-r .gkmail-list .infolist ul {
  margin-top: 5px;
}
.hdjl .hdjl-l .gkmail-list .infolist ul li,
.hdjl .hdjl-r .gkmail-list .infolist ul li {
  line-height: 42px;
}
.hdjl .hdjl-list ul {
  margin-right: -20px;
}
.hdjl .hdjl-list ul li {
  width: 25%;
  margin-top: 10px;
  float: left;
}
.hdjl .hdjl-list ul li a {
  margin-right: 20px;
  padding: 20px 0;
  font-size: 16px;
  color: #13559f;
  font-weight: bold;
  line-height: 22px;
  display: block;
  border: 1px solid #ccdcf0;
  background: #f6f8fa;
  text-align: center;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.hdjl .hdjl-list ul li a img {
  width: 23px;
  height: 22px;
  margin: -2px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.hdjl .hdjl-list ul li a:hover {
  color: #fff;
  background: #13559f;
}
.hdjl .hdjl-list ul li a:hover img {
  display: none;
}

.zwgk .gd {
  margin-top: 20px;
  padding: 10px 10px 10px 15px;
  border-radius: 2px;
  background: #13559f;
  overflow: hidden;
  position: relative;
}
.zwgk .gd .gd-more {
  width: 45px;
  padding-right: 10px;
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  position: absolute;
  top: 10px;
  left: 15px;
  bottom: 10px;
  z-index: 1;
  background: #13559f;
  letter-spacing: 2px;
}
.zwgk .gd .marqueeleft {
  width: 100%;
  height: 48px;
  overflow: hidden;
}
.zwgk .gd .marqueeleft ul {
  float: left;
}
.zwgk .gd .marqueeleft ul li {
  width: 300px;
  float: left;
  line-height: 48px;
  display: inline;
  overflow: hidden;
}
.zwgk .gd .marqueeleft ul li a {
  width: 58%;
  float: left;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.zwgk .gd .marqueeleft ul li span {
  margin: 0 10px;
  float: left;
  color: #fff;
  display: block;
}
.zwgk .gd .marqueeleft ul li i {
  width: 1px;
  height: 18px;
  margin: 15px 0;
  float: left;
  background: #fff;
  display: block;
}
.zwgk .gd .gd-infos {
  height: 48px;
  padding-left: 100px;
  float: left;
  overflow: hidden;
}
.zwgk .gd .gd-infos a {
  padding: 0 26px 0 0;
  color: #454545;
  line-height: 48px;
  display: inline-block;
  vertical-align: middle;
}
.zwgk .gd .gd-infos a span {
  margin: 0 26px;
  display: inline-block;
}
.zwgk .gd .gd-infos a i {
  width: 1px;
  height: 18px;
  margin: 6px 0;
  background: #454545;
  display: inline-block;
  vertical-align: middle;
}
.zwgk .gd .str_wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  white-space: nowrap;
  box-sizing: border-box;
}
.zwgk .gd .str_move {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  cursor: move;
}
.zwgk .gd .str_move_clone {
  position: absolute;
  top: 0;
  left: 100%;
  vertical-align: top;
  display: inline-block;
}
.index-main .tzfz {
  margin-top: 30px;
  overflow: hidden;
}
.index-main .tzfz .tzfz-pic {
  width: 40%;
  height: 340px;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.index-main .tzfz .tzfz-pic .flexslider {
  height: 100%;
}
.index-main .tzfz .tzfz-pic .flexslider .flex-viewport {
  height: 100%;
}
.index-main .tzfz .tzfz-pic .flexslider .slides {
  height: 100%;
}
.index-main .tzfz .tzfz-pic .flexslider .slides li {
  height: 100%;
  display: none;
  -webkit-backface-visibility: hidden;
}
.index-main .tzfz .tzfz-pic .flexslider .slides li .slide {
  height: 100%;
  position: relative;
}
.index-main .tzfz .tzfz-pic .flexslider .slides li .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  display: block;
}
.index-main .tzfz .tzfz-pic .flexslider .slides li .slide .fonts {
  height: 45px;
  line-height: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.index-main .tzfz .tzfz-pic .flexslider .slides li .slide .fonts span {
  padding: 0 100px 0 10px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.index-main .tzfz .tzfz-pic .flexslider .flex-direction-nav {
  display: none;
}
.index-main .tzfz .tzfz-pic .flexslider .flex-control-paging {
  position: absolute;
  right: 5px;
  bottom: 18px;
  display: inline-block;
}
.index-main .tzfz .tzfz-pic .flexslider .flex-control-paging li {
  margin: 0px;
  padding: 0px;
  float: left;
  margin-right: 5px;
  display: block;
  overflow: hidden;
}
.index-main .tzfz .tzfz-pic .flexslider .flex-control-paging li a {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  display: block;
  text-indent: -9000px;
  background: #fff;
  cursor: pointer;
}
.index-main .tzfz .tzfz-pic .flexslider .flex-control-paging li a.flex-active {
  background: #F4C900;
}
.index-main .tzfz .tzfz-info {
  width: calc(60% - 25px);
}
.index-main .tzfz .tzfz-info .infolist ul {
  margin-top: -14px;
}
.index-main .tzfz .tzfz-info .infolist ul li {
  line-height: 47px;
}
.index-main .tzfz .tzfz-lms {
  margin-top: 8px;
}
.index-main .tzfz .tzfz-lms ul li {
  width: 25%;
  padding: 20.5px 0;
  float: left;
  text-align: center;
  background: #fbfbfb;
  vertical-align: top;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.index-main .tzfz .tzfz-lms ul li a {
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  line-height: 24px;
  display: block;
}
.index-main .tzfz .tzfz-lms ul li a img {
  width: 28px;
  height: 24px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
}
.index-main .tzfz .tzfz-lms ul li:hover {
  background: #ecf2f8;
}
.index-main .tzfz .tzfz-lms ul li:hover a img {
  animation: jumpimg 1.5s infinite;
}
.index-main .whly {
  margin-top: 40px;
  overflow: hidden;
}
.index-main .whly .whlv-pic {
  width: calc(56% - 18px);
  overflow: hidden;
}
.index-main .whly .whlv-pic ul {
  margin: -18px -18px 0 0;
}
.index-main .whly .whlv-pic ul li {
  width: 33.33%;
  float: left;
  cursor: pointer;
}
.index-main .whly .whlv-pic ul li a {
  height: 171px;
  margin: 18px 18px 0 0;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.index-main .whly .whlv-pic ul li a img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
.index-main .whly .whlv-pic ul li a span {
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.index-main .whly .whlv-pic ul li a span i {
  color: #fff;
  line-height: 24px;
  padding-top: 50px;
  display: inline-block;
}
.index-main .whly .whlv-pic ul li:hover a span {
  height: 100%;
}
.index-main .whly .whlv-vedio {
  width: 44%;
  height: 360px;
  overflow: hidden;
}
.index-main .whly .whlv-vedio .video_item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.index-main .whly .whlv-vedio .video_item video {
  width: 100%;
  height: 100% !important;
  object-fit: fill;
}
.index-main .ztzl {
  margin-top: 40px;
  padding-bottom: 55px;
  position: relative;
  overflow: hidden;
}
.index-main .ztzl .swiper-container {
  margin-right: -30px;
  position: static;
}
.index-main .ztzl .swiper-container .swiper-slide {
  width: 25%;
}
.index-main .ztzl .swiper-container .swiper-slide a {
  height: 109px;
  margin-right: 30px;
  display: block;
  overflow: hidden;
}
.index-main .ztzl .swiper-container .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.index-main .ztzl .swiper-container .swiper-pagination {
  padding-right: 5px;
  bottom: 13px;
  box-sizing: border-box;
}
.index-main .ztzl .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 3px;
  border-radius: 50px;
  background: #e0e0e0;
  opacity: 1;
}
.index-main .ztzl .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #13559f;
}
.index-main .ztzl .ydzt {
  display: none;
  overflow: hidden;
}
.index-main .ztzl .ydzt ul {
  margin: -16px -16px 0 0;
}
.index-main .ztzl .ydzt ul li {
  width: 50%;
  float: left;
  margin-top: 16px;
  display: inline-block;
}
.index-main .ztzl .ydzt ul li a {
  height: calc(100vw * 115 / 780);
  margin-right: 16px;
  display: block;
}
.index-main .ztzl .ydzt ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-main .lb .swiper-slide {
  position: relative;
}
.index-main .lb .swiper-slide img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
.index-main .lb .swiper-slide .fonts {
  width: 100%;
  font-size: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.index-main .lb .swiper-slide .fonts span {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index-main .lb .swiper-container,
.index-main .lb .swiper-wrapper,
.index-main .lb .swiper-slide {
  height: 100%;
}
.index-main .lb .swiper-pagination {
  padding-right: 5px;
  text-align: right;
  box-sizing: border-box;
}
.index-main .lb .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.index-main .lb .swiper-pagination .swiper-pagination-bullet-active {
  background: #f4c900;
}
.index-main .lb .swiper-button-next {
  right: 0;
}
.index-main .lb .swiper-button-prev {
  left: 0;
}
.index-main .lb .swiper-button-next::after,
.index-main .lb .swiper-button-prev::after {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.index-main .lb .swiper-button-disabled {
  display: none;
}
.index-main .mk-lm {
  margin-top: 30px;
  text-align: center;
  background: url(../images/yjtc_index_bg_lm.png) repeat-x center;
}
.index-main .mk-lm a,
.index-main .mk-lm span {
  line-height: 24px;
  background: #fff;
  display: inline-block;
}
.index-main .mk-lm a i,
.index-main .mk-lm span i {
  width: 6px;
  height: 6px;
  margin: 0 25px;
  border-radius: 50px;
  background: #13559f;
  display: inline-block;
  vertical-align: middle;
}
.index-main .mk-lm a em,
.index-main .mk-lm span em {
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
}
.index-main .mk-lm a em:nth-of-type(1),
.index-main .mk-lm span em:nth-of-type(1) {
  font-size: 23px;
  color: #13559f;
  letter-spacing: 1.1px;
}
.index-main .mk-lm a em:nth-of-type(2),
.index-main .mk-lm span em:nth-of-type(2) {
  font-size: 23px;
  padding: 0 15px;
  color: #13559f;
  font-weight: normal;
}
.index-main .mk-lm a em:nth-of-type(3),
.index-main .mk-lm span em:nth-of-type(3) {
  font-size: 20px;
  color: #5d93cf;
  letter-spacing: 0.8px;
  font-weight: normal;
}
.mk3-tabs {
  margin: 0 0 10px 0;
}
.mk3-tabs .mk3-hd {
  margin-top: 20px;
  overflow: hidden;
}
.mk3-tabs .mk3-hd ul {
  margin: -20px -20px 0 0;
}
.mk3-tabs .mk3-hd ul li {
  width: 33.33%;
  float: left;
  cursor: pointer;
}
.mk3-tabs .mk3-hd ul li span {
  height: 60px;
  margin: 20px 20px 0 0;
  font-size: 20px;
  color: #13559f;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  display: block;
  background: #f1f4f8;
}
.mk3-tabs .mk3-hd ul li.active span {
  color: #fff;
  background: #13559f;
}
.mk3-tabs .mk3-bd {
  padding: 30px 0;
  border-top: 3px solid #13559f;
  background: #fbfbfb;
}
.mk3-tabs .mk3-bd .pane {
  display: none;
}
.index-whly {
  margin: 40px 0 25px 0;
  padding: 0 0 55px 0;
  background: url(../images/yjtc_index_bg_whly.png) no-repeat center;
  background-size: cover;
}







/* #region lam_tt */

/* .u-title{
  display: block;
  margin: 40px auto;
  height: 40px;
} */

.u-title{
  display: table;
  margin: 30px auto;
  width: 100%;
}
.u-title .left {
   display: table-cell;
   vertical-align: middle;
   text-align: right;
}
.u-title span {
  display: table-cell;
  vertical-align: middle;
  min-width: 190px;
  font-size: 42px;
  line-height: 60px;
  letter-spacing: 2.73px;
  text-align: center;
  color: #333;
font-weight: bold;
cursor: pointer;
}
.u-title .right {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}


/* 政务服务 */
.zwfw{
  width: 100%;
}
.zwfw .zwfw-one-ul{
  display: inline-block;
  width: 100%;
}
.zwfw .zwfw-one-ul .one-ul-li{
  float: left;
  margin-right: 1.333333%;
  width: 24%;
  height: 248px;
  border: solid 1px #dce8fb;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-sizing: border-box;
}
.zwfw .zwfw-one-ul .one-ul-li:nth-child(4){
  margin-right: 0;
}
.zwfw .zwfw-one-ul .one-ul-li .h{
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.zwfw .zwfw-one-ul .one-ul-li:nth-child(1) .h{
  background: url('../images/yjtc_img_index_zwfw_h_bg01.png') no-repeat;
  background-size: 100% 100%;
}
.zwfw .zwfw-one-ul .one-ul-li:nth-child(2) .h{
  background: url('../images/yjtc_img_index_zwfw_h_bg02.png') no-repeat;
  background-size: 100% 100%;
}
.zwfw .zwfw-one-ul .one-ul-li:nth-child(3) .h{
  background: url('../images/yjtc_img_index_zwfw_h_bg03.png') no-repeat;
  background-size: 100% 100%;
}
.zwfw .zwfw-one-ul .one-ul-li:nth-child(4) .h{
  background: url('../images/yjtc_img_index_zwfw_h_bg04.png') no-repeat;
  background-size: 100% 100%;
}
.zwfw .zwfw-one-ul .one-ul-li .h span:nth-child(1){
  display: inline-block;
  margin: 28px 0 22px 0;
  width: 100%;
  height: 25px;
  font-size: 24px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 2.4px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zwfw .zwfw-one-ul .one-ul-li .h span:nth-child(2){
  display: inline-block;
  padding: 0 10px;
  width: calc(100% - 20px);
  height: 18px;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 2.24px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zwfw .zwfw-one-ul .one-ul-li ul {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.zwfw .zwfw-one-ul .one-ul-li ul li{
  float: left;
  margin-bottom: 30px;
  width: 50%;
}
.zwfw .zwfw-one-ul .one-ul-li ul li span:hover{
  color:#13559f;
}
.zwfw .zwfw-one-ul .one-ul-li ul li span{
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  letter-spacing: 1.8px;
  text-align: center;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.zwfw .zwfw-two-ul {
  display: inline-block;
  margin: 20px 0;
  width: calc(100% - 2px);
  height: 75px;
  border: solid 1px #dce8fb;
  background-color: #f6f8fa;
  overflow: hidden;
}

.zwfw .zwfw-two-ul li{
   float: left;
   width: calc(25% - 1px);
   height: 73px;
}

.zwfw .zwfw-two-ul li a{
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  border-right: 1px solid #cbdaf2;
}
.zwfw .zwfw-two-ul li:nth-last-child(1) a{
  border-right: none;
} 
.zwfw .zwfw-two-ul li a img{
  margin-top: -5px;
  vertical-align: middle;
}
.zwfw .zwfw-two-ul li a span{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 2px;
  text-align: center;
  color: #13559f;
}

.zwfw .zwfw-swiper{
  width: 100%;
  --swiper-navigation-size: 12px;/* 设置按钮大小 */
}
.zwfw .zwfw-swiper .swiper-slide{
  /* margin-right: 20px;
  width: calc((100% - 80px) / 5); */
  height: 150px;
  text-align: center;
}


.zwfw .zwfw-swiper .swiper-slide:nth-child(5n+1){
  background: url('../images/yjtc_img_index_zwfw_three_li_bg01.png') no-repeat;
  background-size: 100% 100%;
}
.zwfw .zwfw-swiper .swiper-slide:nth-child(5n+2){
  background: url('../images/yjtc_img_index_zwfw_three_li_bg02.png') no-repeat;
  background-size: 100% 100%;
}
.zwfw .zwfw-swiper .swiper-slide:nth-child(5n+3){
  background: url('../images/yjtc_img_index_zwfw_three_li_bg03.png') no-repeat;
  background-size: 100% 100%;
}
.zwfw .zwfw-swiper .swiper-slide:nth-child(5n+4){
  background: url('../images/yjtc_img_index_zwfw_three_li_bg04.png') no-repeat;
  background-size: 100% 100%;
}
.zwfw .zwfw-swiper .swiper-slide:nth-child(5n+5){
  background: url('../images/yjtc_img_index_zwfw_three_li_bg05.png') no-repeat;
  background-size: 100% 100%;
}


.zwfw .zwfw-swiper .swiper-button-prev{
   width: 23px !important;
   padding: 10px 2px;
   left: 0;
   background-color: rgba(0, 0, 0, 0.5);
}
.zwfw .zwfw-swiper .swiper-button-next{
  right: 0 !important;
  width: 23px !important;
  padding: 10px 2px;
  background-color: rgba(0, 0, 0, 0.5);
}
.zwfw .zwfw-swiper .swiper-slide a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.zwfw .zwfw-swiper .swiper-slide img{
  display: block;
  margin: 36px auto 16px auto;
}
.zwfw .zwfw-swiper .swiper-slide span{
  display: inline-block;
  padding: 0 5px;
  width: calc(100% - 10px);
  height: 26px;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1.65px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zwfw .xc02-pic {
  margin-top: 20px;
}

/* 政务公开 */
.zwgk {
  margin-top: 35px;
  padding-bottom: 20px;
  background-color: #fbfbfb;
  --swiper-navigation-size: 12px !important;/* 设置按钮大小 */
  --swiper-navigation-color: #dfdfdf !important; /* 单独设置按钮颜色 */
}
.zwgk #zwgk-gklm-swiper-prev {
  width: 16px;
  top: 20px;
  left: calc(100% - 64px) !important;
  padding: 5px;
  background-color: #13559f;
  color: #fff ;
  opacity: 1;
}
.zwgk #zwgk-gklm-swiper-next {
  width: 16px;
  top: 20px;
  right: 0 !important;
  padding: 5px;
  background-color: #13559f;
  color: #fff;
  opacity: 1;
}
.zwgk .swiper-button-disabled{
  background-color: #dfdfdf !important;
  color: #a1a1a1 !important;
  opacity: 1 !important;
}

/* 互动交流 */
.hdjl .hdjl-r-tabs ul li {
  /* width: 20%; */
  margin-right: 30px;
  float: left;
}
.hdjl .hdjl-r-tabs ul li a {
  padding-bottom: 13px !important;
  font-size: 20px;
  color: #454545;
  display: block;
  position: relative;
}
.hdjl .hdjl-r-tabs ul li a i {
  width: 2rem;
  left: 0;
}
.hdjl .hdjl-r-tabs ul li.active a {
  font-size: 20px;
  color: #13559f;
  font-weight: bold;
}
.hdjl .hdjl-r-tabs ul li.active a i {
  background: #13559f;
  display: block;
}

.hdjl .hdjl-r #hdjl-tab-con ul{
  display: none;
}
/* #endregion */